Skip to content

chore(deps): bump @tiptap/starter-kit from 2.26.3 to 3.27.2 in /frontend#1251

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/frontend/tiptap/starter-kit-3.27.2
Open

chore(deps): bump @tiptap/starter-kit from 2.26.3 to 3.27.2 in /frontend#1251
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/frontend/tiptap/starter-kit-3.27.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 6, 2026

Copy link
Copy Markdown
Contributor

Bumps @tiptap/starter-kit from 2.26.3 to 3.27.2.

Release notes

Sourced from @​tiptap/starter-kit's releases.

v3.27.2

@​tiptap/extension-emoji

Patch Changes

  • ceebb31: Fix arrow key navigation past emoji nodes in Firefox. Previously, pressing ArrowLeft with the cursor adjacent to an inline non-selectable emoji node at a paragraph boundary would not move the cursor in Firefox. The cursor now correctly skips over emoji nodes in both directions.
  • Updated dependencies [ceebb31]
    • @​tiptap/pm@​3.27.2
    • @​tiptap/core@​3.27.2
    • @​tiptap/suggestion@​3.27.2

@​tiptap/extension-file-handler

Patch Changes

  • ceebb31: Add consumePasteEvent option to the file-handler extension. When true, handlePaste returns true even when HTML content is present in the clipboard, preventing paste rules from other extensions from creating duplicate content. Default is false.
  • Updated dependencies [ceebb31]
    • @​tiptap/pm@​3.27.2
    • @​tiptap/core@​3.27.2
    • @​tiptap/extension-text-style@​3.27.2

@​tiptap/extension-drag-handle

Patch Changes

  • ceebb31: Fix NodeRangeSelection not being restored after drag-and-drop when Collaboration (Yjs) is enabled. Drop anchor positions are now tracked with Yjs relative positions and remapped across isChangeOrigin document rebuilds, and selection restore runs via appendTransaction after the drop transaction settles.
  • ceebb31: Fix the drag handle when the editor renders zero-size widget decorations, such as the page chrome injected by the Pages extension. The handle now resolves to the correct block instead of failing to position or aligning to a decoration, and it stays above positioned page chrome so it remains clickable.
  • Updated dependencies [ceebb31]
    • @​tiptap/pm@​3.27.2
    • @​tiptap/core@​3.27.2
    • @​tiptap/extension-collaboration@​3.27.2
    • @​tiptap/extension-node-range@​3.27.2

@​tiptap/extension-link

Patch Changes

  • ceebb31: Coerce undefined HTMLAttributes (target, rel, class) to null so ProseMirror does not emit "No value supplied for attribute" warnings when these options are explicitly set to undefined.
  • Updated dependencies [ceebb31]
    • @​tiptap/pm@​3.27.2
    • @​tiptap/core@​3.27.2

@​tiptap/extension-list

Patch Changes

  • ceebb31: Fix a markdown parsing bug where a heading right after an ordered list item (with no blank line in between) got pulled into the list item as plain text, so you'd see a literal ### inside the list instead of an actual heading. Headings now end the list and get parsed properly, the way other markdown parsers handle it. Indented headings inside a list item are also parsed as real headings now instead of literal text.
  • Updated dependencies [ceebb31]
    • @​tiptap/pm@​3.27.2
    • @​tiptap/core@​3.27.2

... (truncated)

Changelog

Sourced from @​tiptap/starter-kit's changelog.

3.27.2

Patch Changes

  • Updated dependencies [d3eb052]
  • Updated dependencies [f586b6f]
  • Updated dependencies [ceebb31]
    • @​tiptap/extension-link@​3.27.2
    • @​tiptap/extension-list@​3.27.2
    • @​tiptap/pm@​3.27.2
    • @​tiptap/extension-list-item@​3.27.2
    • @​tiptap/extension-list-keymap@​3.27.2
    • @​tiptap/extension-bullet-list@​3.27.2
    • @​tiptap/extension-ordered-list@​3.27.2
    • @​tiptap/core@​3.27.2
    • @​tiptap/extension-code-block@​3.27.2
    • @​tiptap/extension-horizontal-rule@​3.27.2
    • @​tiptap/extensions@​3.27.2
    • @​tiptap/extension-blockquote@​3.27.2
    • @​tiptap/extension-bold@​3.27.2
    • @​tiptap/extension-code@​3.27.2
    • @​tiptap/extension-document@​3.27.2
    • @​tiptap/extension-hard-break@​3.27.2
    • @​tiptap/extension-heading@​3.27.2
    • @​tiptap/extension-italic@​3.27.2
    • @​tiptap/extension-paragraph@​3.27.2
    • @​tiptap/extension-strike@​3.27.2
    • @​tiptap/extension-text@​3.27.2
    • @​tiptap/extension-underline@​3.27.2
    • @​tiptap/extension-dropcursor@​3.27.2
    • @​tiptap/extension-gapcursor@​3.27.2

3.27.1

Patch Changes

  • Updated dependencies [a16901d]
  • Updated dependencies [2be3fb9]
    • @​tiptap/extension-list@​3.27.1
    • @​tiptap/extensions@​3.27.1
    • @​tiptap/extension-list-item@​3.27.1
    • @​tiptap/extension-list-keymap@​3.27.1
    • @​tiptap/extension-bullet-list@​3.27.1
    • @​tiptap/extension-ordered-list@​3.27.1
    • @​tiptap/extension-dropcursor@​3.27.1
    • @​tiptap/extension-gapcursor@​3.27.1
    • @​tiptap/core@​3.27.1
    • @​tiptap/extension-blockquote@​3.27.1
    • @​tiptap/extension-bold@​3.27.1
    • @​tiptap/extension-code@​3.27.1

... (truncated)

Commits
  • a14683f chore(release): publish a new stable version (#7963)
  • 06b4274 fix(extension-file-handler): add consumePasteEvent option to prevent duplicat...
  • ed5488a chore(release): publish a new stable version (#7955)
  • 2f38887 chore(release): publish a new stable version (#7936)
  • 9e7fc4c chore: add bugs field to all package.json files (#7946)
  • 6c1efd3 chore(release): publish a new stable version (#7934)
  • 2477351 chore(release): publish a new stable version
  • 5d50336 chore(release): publish a new stable version
  • 6817d14 chore(release): publish a new stable version
  • a42a8d6 chore: migrate linting and formatting from ESLint/Prettier to oxlint/oxfmt (o...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​tiptap/starter-kit since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@tiptap/starter-kit](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/starter-kit) from 2.26.3 to 3.27.2.
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/starter-kit/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.27.2/packages/starter-kit)

---
updated-dependencies:
- dependency-name: "@tiptap/starter-kit"
  dependency-version: 3.27.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants